home *** CD-ROM | disk | FTP | other *** search
- -- card: 2162 from stack: in
- -- bmap block id: 2435
- -- flags: 4000
- -- background id: 5394
- -- name: init
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=352 top=194 right=210 bottom=466
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: forward chain
- ----- HyperTalk script -----
- on mouseUp
- global ilsi_trace, ilsi_facts, ilsi_stack, ilsi_step, direction
-
- put "" into ilsi_trace
- put "" into ilsi_facts
- put "" into ilsi_stack
- put "" into ilsi_step
- put "forward" into direction
- initXrules
- chain direction
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=352 top=223 right=239 bottom=466
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: backward chain
- ----- HyperTalk script -----
- on mouseUp
- global ilsi_trace, ilsi_facts, ilsi_stack, ilsi_step, direction
-
- put "" into ilsi_trace
- put "" into ilsi_facts
- put "" into ilsi_stack
- put "" into ilsi_step
- put "backward" into direction
- initXrules "model"
- chain direction
- end mouseUp
-
-